home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / C++ / bitmap_12637.png < prev    next >
Portable Network Graphic  |  1991-11-29  |  2.7 KB  |  448x284  |  1-bit (2 colors)
   ocr: For esample, In C++, - to declare a class OT say students, we vould do something like this : class student I // - declare both data and runctions here 1; student nonors; // declares honors to be of type class student Note: In C++, single-line comments begin with "7/" and can be one line in length. The use of"/* I and "*/" can still be used for multiple line comments. Be careful in that not all C compilers will accept the use of "//". - Check your compiler manuals or contact your software Jistributor for more details. Int the above example, the variable honors, is called